Description
Set the 'Outcome' context variable that represent a JSF outcome string. This outcome can be used by the next operations that need an outcome. It preserves the current input (e.g returns back the same input).
Operation id | Seam.SetOutcome |
Aliases | WebUI.SetJSFOutcome
|
Category | User Interface |
Label | Set JSF Outcome |
Requires | Seam |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Seam.SetOutcome",
"aliases" : [ "WebUI.SetJSFOutcome" ],
"label" : "Set JSF Outcome",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Set the 'Outcome' context variable that represent a JSF outcome string. This outcome can be used by the next operations that need an outcome. It preserves the current input (e.g returns back the same input).",
"url" : "Seam.SetOutcome",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "outcome",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}